-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There is a regression between version 5.37 and version 5.40, causing the build to fail when building outside the source directory. ``` $ make -j1 […] make[1]: Leaving directory '/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/build/hacks/images' make[1]: Entering directory '/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/build/hacks' gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -I. -I/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks -I/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/../utils -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DSTANDALONE -DHAVE_CONFIG_H -g -O2 /dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/attraction.c gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -I. -I/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks -I/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/../utils -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DSTANDALONE -DHAVE_CONFIG_H -g -O2 /dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/screenhack.c gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -I. -I/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks -I/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/../utils -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DSTANDALONE -DHAVE_CONFIG_H -g -O2 /dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/fps.c gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -L/usr/lib -o attraction attraction.o screenhack.o fps.o ../utils/resources.o ../utils/visual.o ../utils/usleep.o ../utils/yarandom.o ../utils/utf8wc.o ../utils/font-retry-xft.o ../utils/hsv.o ../utils/colors.o ../utils/spline.o -lSM -lICE -lXft -lXt -lX11 -lXmu -lXext -lm make[1]: *** No rule to make target '/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/source/hacks/images/gen/som_png.h', needed by 'blitspin.o'. Stop. make[1]: Leaving directory '/dev/shm/bee-root/xscreensaver/xscreensaver-5.40-0/build/hacks' make: *** [Makefile:25: default] Error 5 ```
dont fix it :-(
tested on bacon
…On 10/30/18 11:04, Paul Menzel wrote:
Hopefully that fixes display problems, where the password input box is
not visible, and the mouse is trapped in it.
------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#946
Commit Summary
* xscreensaver: Update version from 5.37 to 5.40
* xscreensaver: Build in source directory
File Changes
* *M* xscreensaver.be0
<https://github.molgen.mpg.de/mariux64/bee-files/pull/946/files#diff-0>
(4)
Patch Links:
* https://github.molgen.mpg.de/mariux64/bee-files/pull/946.patch
* https://github.molgen.mpg.de/mariux64/bee-files/pull/946.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub Enterprise
<#946>, or mute
the thread
<https://github.molgen.mpg.de/notifications/unsubscribe-auth/AAAAkKrXbZ_NIK02BuSZVV3YaMbVkA0zks5uqCQqgaJpZM0VYw==>.
--
IT-Abteilung
Max-Planck-Institut fuer Molekulare Genetik
Fon: -1105
Email: schrader@molgen.mpg.de
|
But still works, right? So we can update it. |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hopefully that fixes display problems, where the password input box is not visible, and the mouse is trapped in it.